index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-30
use structured errors
Nick Cameron
-6
/
+11
2015-12-21
Register new snapshots
Alex Crichton
-5
/
+0
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+3
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-10
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+0
2015-12-04
Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix
bors
-0
/
+1
2015-11-27
Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn
bors
-0
/
+1
2015-11-26
Some TLC for the MoveMap trait
Marvin Löbel
-0
/
+1
2015-11-26
Add suggestion of similar macro names to `macro undefined` error message
Florian Hartwig
-0
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-0
/
+2
2015-11-12
Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik
bors
-1
/
+2
2015-11-12
libsyntax: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-11-12
Add -Zinput-stats
Nick Cameron
-1
/
+2
2015-10-27
Make fatal errors more consistent.
Eli Friedman
-1
/
+0
2015-10-27
Generalise associative operator parsing
Simonas Kazlauskas
-0
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-2
/
+0
2015-10-12
Remove the push_unsafe! and pop_unsafe! macros.
Nick Cameron
-1
/
+0
2015-08-24
Move entry point identification logic to libsyntax
William Throwe
-0
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-22
Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.
Felix S. Klock II
-0
/
+1
2015-07-20
syntax: Suppress panic message on `fatal`
Alex Crichton
-0
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-2
/
+4
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+2
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-2
/
+0
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-01
syntax: Avoid reallocating or copying in CodeMap::new_filemap
Ulrik Sverdrup
-0
/
+1
2015-04-30
Auto merge of #24884 - michaelsproul:extended-errors, r=nrc
bors
-0
/
+1
2015-04-30
Add metadata output to the diagnostics system.
Michael Sproul
-0
/
+1
2015-04-29
Fallout
Tamir Duberstein
-1
/
+2
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-0
/
+1
2015-04-21
syntax: Remove #[feature(path_ext)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove #[feature(quote, unsafe_destructor)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-2
/
+0
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-1
/
+0
2015-04-05
Add comments suggested by Niko
Phil Dawes
-2
/
+6
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-0
/
+11
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-1
/
+1
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+2
[next]