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
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-8
/
+46
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-9
/
+9
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-8
/
+8
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-24
syntax: Don't put quotes around filenames in codemap
Alex Crichton
-3
/
+4
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-9
/
+9
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-22
/
+22
2015-01-17
libsyntax: uint types to usize
Paul Collier
-17
/
+17
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-08
libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...
Manish Goregaokar
-0
/
+7
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-6
/
+5
2015-01-07
Preliminary feature staging
Brian Anderson
-1
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+5
2015-01-06
Register new snapshots
Alex Crichton
-17
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-6
/
+6
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-0
/
+17
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-10
/
+10
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-7
/
+12
2015-01-01
Feature gate macro arguments
Corey Richardson
-0
/
+32
2014-12-22
rollup merge of #20033: alexcrichton/deprecate-serialise
Alex Crichton
-2
/
+2
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-6
/
+6
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-36
/
+0
2014-12-19
Register new snapshots
Alex Crichton
-36
/
+0
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-20
/
+7
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-13
libsyntax: convert `BytePos`/`CharPos` binops to by value
Jorge Aparicio
-0
/
+36
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+14
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-6
/
+6
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-9
/
+9
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-12
/
+6
2014-11-26
/*! -> //!
Steve Klabnik
-12
/
+6
2014-11-25
/** -> ///
Steve Klabnik
-6
/
+4
2014-11-20
Fix an ICE on diagnostics originating in external macros
Jakub Bukaj
-10
/
+12
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-18
/
+21
2014-10-09
syntax: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-04
Register new snapshots
Björn Steinbrink
-6
/
+2
2014-09-30
librustc: Fix up mutability in method autoderefs if incorrect, and
Patrick Walton
-0
/
+5
2014-09-28
Keep ExpnId abstract by providing conversions
Keegan McAllister
-2
/
+14
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-1
/
+1
[next]