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
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Use more deriving(IterBytes) in libsyntax.
Ben Blum
-46
/
+7
2013-06-25
great renaming propagation: syntax
Corey Richardson
-5
/
+3
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+2
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-11
/
+11
2013-06-10
std: convert character-based str::find_* to methods. Add .slice_{to,from} met...
Huon Wilson
-6
/
+5
2013-06-10
std: remove str::{len, slice, is_empty} in favour of methods.
Huon Wilson
-3
/
+3
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-15
/
+11
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-23
core: remove iter_bytes helper functions
Erick Tryzelaar
-4
/
+8
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-1
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-19
Register snapshots
Brian Anderson
-48
/
+0
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-2
/
+2
2013-05-16
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
Huon Wilson
-3
/
+1
2013-05-14
syntax: add IterBytes impls for some ast types
Erick Tryzelaar
-0
/
+60
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-2
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+14
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-14
/
+4
2013-05-04
Register snapshots
Brian Anderson
-15
/
+0
2013-05-02
librustc: Update the serializer to work properly with INHTWAMA, removing muta...
Patrick Walton
-0
/
+17
2013-05-02
fix numerous dynamic borrow failures
Niko Matsakis
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-12
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-16
/
+16
2013-04-10
libsyntax comments only
John Clements
-0
/
+4
2013-04-08
Removing no longer needed unsafe blocks
Alex Crichton
-9
/
+7
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-27
derive Eq and Clone impls where applicable
Andrew Paseltiner
-10
/
+2
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-31
/
+31
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-5
/
+5
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements
bors
-4
/
+4
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-2
/
+2
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-3
/
+3
2013-03-20
change some uses of fail_unless to assert_eq
John Clements
-4
/
+4
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-9
/
+13
2013-03-15
add nonempty encoding for spans
John Clements
-1
/
+1
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-2
/
+2
2013-03-08
syntax: Remove uses of DVec
Alex Crichton
-5
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
libsyntax: Stop parsing structural record types
Patrick Walton
-8
/
+0
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-03
libsyntax: deny deprecated_self in libsyntax
Erick Tryzelaar
-3
/
+7
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-15
/
+15
2013-02-22
libsyntax: Remove all mutable fields from libsyntax. rs=demuting
Patrick Walton
-3
/
+3
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-2
/
+7
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-15
/
+15
[next]