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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
mtwt.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-06
Add comment for the use of Ident in hash map in mtwt
Vadim Petrochenkov
-0
/
+2
2015-10-03
libsyntax: Do not derive Hash for Ident
Vadim Petrochenkov
-2
/
+2
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-32
/
+34
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-2
/
+2
2015-03-26
update everything to use Entry defaults
Alexis
-6
/
+4
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-12
/
+12
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-17
libsyntax: uint types to usize
Paul Collier
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-2
/
+2
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-9
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+1
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-4
/
+8
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-29
Fix rustc panic on second compile_input
Murarth
-0
/
+10
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-21
/
+7
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-9
/
+9
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-2
/
+2
2014-09-24
handling fallout from entry api
Alexis Beingessner
-7
/
+9
2014-07-09
Fix all the test fallout
Corey Richardson
-33
/
+33
2014-07-09
ast: make Name its own type
Corey Richardson
-3
/
+3
2014-07-09
syntax: doc comments all the things
Corey Richardson
-26
/
+26
2014-07-04
new_mark -> apply_mark, new_rename -> apply_rename
John Clements
-24
/
+24
2014-07-04
move RenameList to mtwt, add new_renames abstraction
John Clements
-14
/
+36
2014-06-27
comments only
John Clements
-1
/
+2
2014-06-27
undo helpful attempt to spell-check
John Clements
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-17
/
+24
2014-05-07
std: Modernize the local_data api
Alex Crichton
-23
/
+16
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-25
/
+19
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-19
auto merge of #12770 : eddyb/rust/drop-tld, r=cmr
bors
-0
/
+9
[next]