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
/
librustc_trans
/
trans
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-29
Move debuginfo.rs to its own directory
Nick Cameron
-4107
/
+0
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-0
/
+4
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-7
/
+2
2015-04-21
LLVM < 3.5 is unsupported since bb18a3c
Tamir Duberstein
-20
/
+2
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-4
/
+4
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-12
Add a name for tuple fields in debuginfo so that they can be accessed in debu...
Michael Woerister
-5
/
+14
2015-04-12
Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix
bors
-7
/
+9
2015-04-03
In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...
Jonathan S
-39
/
+35
2015-04-03
Introduce trans::declare
Simonas Kazlauskas
-7
/
+9
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-04-01
Refactored ty::ctxt so node_types mutations must go through ty methods.
Felix S. Klock II
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-12
/
+12
2015-03-25
rustc: Remove support for int/uint
Alex Crichton
-4
/
+4
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-18
Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...
Vadim Petrochenkov
-1
/
+1
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-11
/
+15
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-6
/
+6
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-12
/
+12
2015-03-06
Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichton
Manish Goregaokar
-0
/
+37
2015-03-05
debuginfo: Add `debuginfo::with_source_location_override()` function...
Michael Woerister
-0
/
+37
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-15
/
+10
2015-03-02
Remove the synthetic "region bound" from closures and instead update how
Niko Matsakis
-2
/
+2
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-2
/
+1
2015-02-24
Remove ty_open and treat Unsized lvalues as *Unsized.
Eduard Burtescu
-1
/
+0
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-32
/
+32
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-37
/
+37
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-37
/
+37
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-25
/
+25
2015-02-16
Lower the default dwarf version for android
Eunji Jeong
-1
/
+3
2015-02-08
Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson
bors
-1
/
+1
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-19
/
+19
2015-02-06
debuginfo: Assign debuginfo source locations to lang-item calls.
Michael Woerister
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-7
/
+7
2015-02-06
librustc_trans has been updated
GuillaumeGomez
-19
/
+19
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-11
/
+10
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-03
rollup merge of #21899: nikomatsakis/closure-unify-anyhow
Alex Crichton
-2
/
+2
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-31
/
+31
2015-02-02
rollup merge of #21818: dotdash/llvm_up
Alex Crichton
-44
/
+33
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-29
/
+29
2015-02-01
Update LLVM to rust-llvm-2015-01-30
Björn Steinbrink
-44
/
+33
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-3
/
+3
2015-01-30
remove dead code
Jorge Aparicio
-42
/
+0
2015-01-30
implement for loop desugaring
Jorge Aparicio
-18
/
+3
[next]