about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2015-12-30use structured errorsNick Cameron-6/+11
2015-12-21Register new snapshotsAlex Crichton-5/+0
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-2/+3
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-10/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+0
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-0/+1
2015-11-27Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiynbors-0/+1
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-0/+1
2015-11-26Add suggestion of similar macro names to `macro undefined` error messageFlorian Hartwig-0/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-0/+2
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-1/+2
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-1/+2
2015-11-12Add -Zinput-statsNick Cameron-1/+2
2015-10-27Make fatal errors more consistent.Eli Friedman-1/+0
2015-10-27Generalise associative operator parsingSimonas Kazlauskas-0/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+0
2015-10-12Remove the push_unsafe! and pop_unsafe! macros.Nick Cameron-1/+0
2015-08-24Move entry point identification logic to libsyntaxWilliam Throwe-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-0/+1
2015-07-20syntax: Suppress panic message on `fatal`Alex Crichton-0/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+4
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+2
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-2/+0
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-01syntax: Avoid reallocating or copying in CodeMap::new_filemapUlrik Sverdrup-0/+1
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-0/+1
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+1
2015-04-29FalloutTamir Duberstein-1/+2
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-0/+1
2015-04-21syntax: Remove #[feature(path_ext)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove #[feature(quote, unsafe_destructor)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove uses of `.into_cow()`Erick Tryzelaar-1/+0
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-2/+0
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1/+0
2015-04-05Add comments suggested by NikoPhil Dawes-2/+6
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-0/+11
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-1/+1
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+2