about summary refs log tree commit diff
path: root/src/libsyntax/util
AgeCommit message (Expand)AuthorLines
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-7/+9
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-4/+2
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-7/+9
2015-12-16Modify the Levenshtein-based suggestions to include importsRavi Shankar-20/+34
2015-12-13remove deprecated APIs missed in #30182Tamir Duberstein-7/+0
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-17/+102
2015-11-27Introduce max_suggestion_distance function to avoid duplicating the heuristicFlorian Hartwig-0/+8
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-17/+102
2015-11-26Add suggestion of similar macro names to `macro undefined` error messageFlorian Hartwig-0/+63
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-13Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiynbors-4/+4
2015-11-12Add -Zinput-statsNick Cameron-0/+164
2015-11-10Rename _nopanic methods to remove the suffix.Eli Friedman-4/+4
2015-11-10Use lifetime elisionSeo Sanghyeon-2/+2
2015-10-27Update libsyntax tests.Eli Friedman-13/+11
2015-10-27Fix restrictions when parsing rhs of equalitiesSimonas Kazlauskas-0/+10
2015-10-27Fix prefix range expressions being not parsedSimonas Kazlauskas-0/+9
2015-10-27Generalise associative operator parsingSimonas Kazlauskas-0/+191
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+0
2015-10-13Refactor attr::StabilityVadim Petrochenkov-1/+1
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-3/+3
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-3/+2
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-4/+3
2015-05-09address fallout in libsyntaxtest.Felix S. Klock II-1/+5
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-6/+7
2015-04-21syntax: Don't use unstable fn to convert single element to a sliceErick Tryzelaar-1/+4
2015-04-10Simplifications to statement macro handling.Christopher Chambers-23/+1
2015-04-10Improves semicolon expansion efficiency, corrects bt_pop placement.Christopher Chambers-0/+36
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-3/+3
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-2/+2
2015-02-20Register new snapshotsAlex Crichton-75/+0
2015-02-18Round 3 test fixes and conflictsAlex Crichton-2/+2
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-5/+5
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-6/+6
2015-02-18Stabilize std::borrowAaron Turon-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-3/+3
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+75
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-31Kill more `isize`sTobias Bucher-11/+11
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-34/+34