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-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+5
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+5
2015-04-21
syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32
Erick Tryzelaar
-6
/
+4
2015-04-21
syntax: Replace Vec::map_in_place with stable mut iterator
Erick Tryzelaar
-9
/
+11
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-2
/
+2
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-11
Suppress the macro backtrace for `fileline_note` and `fileline_help`.
Ryan Prichard
-1
/
+1
2015-04-10
Modify the codemap code to use more slices and to information about
Niko Matsakis
-13
/
+92
2015-04-09
Debug impls for a few things in syntax::codemap
Nick Cameron
-0
/
+12
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-2
/
+2
2015-04-01
fallout when bootstrapping `rustc`.
Felix S. Klock II
-2
/
+2
2015-04-01
Fallout in libsyntax
Niko Matsakis
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+3
2015-03-23
Add generic conversion traits
Aaron Turon
-2
/
+1
2015-03-10
Fix unstable span checks
Steven Fackler
-1
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-32
/
+38
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-39
/
+278
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
[next]