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
/
util
Age
Commit message (
Expand
)
Author
Lines
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-7
/
+9
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-4
/
+2
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-7
/
+9
2015-12-16
Modify the Levenshtein-based suggestions to include imports
Ravi Shankar
-20
/
+34
2015-12-13
remove deprecated APIs missed in #30182
Tamir Duberstein
-7
/
+0
2015-12-04
Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix
bors
-17
/
+102
2015-11-27
Introduce max_suggestion_distance function to avoid duplicating the heuristic
Florian Hartwig
-0
/
+8
2015-11-26
Some TLC for the MoveMap trait
Marvin Löbel
-17
/
+102
2015-11-26
Add suggestion of similar macro names to `macro undefined` error message
Florian Hartwig
-0
/
+63
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-13
Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn
bors
-4
/
+4
2015-11-12
Add -Zinput-stats
Nick Cameron
-0
/
+164
2015-11-10
Rename _nopanic methods to remove the suffix.
Eli Friedman
-4
/
+4
2015-11-10
Use lifetime elision
Seo Sanghyeon
-2
/
+2
2015-10-27
Update libsyntax tests.
Eli Friedman
-13
/
+11
2015-10-27
Fix restrictions when parsing rhs of equalities
Simonas Kazlauskas
-0
/
+10
2015-10-27
Fix prefix range expressions being not parsed
Simonas Kazlauskas
-0
/
+9
2015-10-27
Generalise associative operator parsing
Simonas Kazlauskas
-0
/
+191
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+0
2015-10-13
Refactor attr::Stability
Vadim Petrochenkov
-1
/
+1
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-3
/
+3
2015-05-14
syntax: replace sess.span_diagnostic.cm with sess.codemap().
Eduard Burtescu
-3
/
+2
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-4
/
+3
2015-05-09
address fallout in libsyntaxtest.
Felix S. Klock II
-1
/
+5
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-2
/
+2
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-6
/
+7
2015-04-21
syntax: Don't use unstable fn to convert single element to a slice
Erick Tryzelaar
-1
/
+4
2015-04-10
Simplifications to statement macro handling.
Christopher Chambers
-23
/
+1
2015-04-10
Improves semicolon expansion efficiency, corrects bt_pop placement.
Christopher Chambers
-0
/
+36
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-1
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-3
/
+3
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-2
/
+2
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-2
/
+2
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-3
/
+3
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-2
/
+2
2015-02-20
Register new snapshots
Alex Crichton
-75
/
+0
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-5
/
+5
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-6
/
+6
2015-02-18
Stabilize std::borrow
Aaron Turon
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-3
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+2
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+75
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-11
/
+11
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-34
/
+34
[prev]
[next]