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
/
test
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-1
/
+0
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-12
/
+12
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-16
/
+8
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-11
/
+11
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+34
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-16
/
+8
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+156
2015-01-24
debuginfo: Extend option-like-enum test case to contain nested discriminants.
Michael Woerister
-0
/
+34
2015-01-22
Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichton
Steve Klabnik
-0
/
+152
2015-01-21
Make diagnostic ordering deterministic
Alex Crichton
-0
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
debuginfo: Fix issue with associated types and struct fields
Michael Woerister
-0
/
+152
2015-01-20
rustc: Remove deprecated flags
Alex Crichton
-3
/
+3
2015-01-15
rollup merge of #21197: michaelwoerister/linestablesonly-forloop
Alex Crichton
-1
/
+5
2015-01-15
debuginfo: Fix ICE when compiling for-loops with lines-tables-only.
Michael Woerister
-1
/
+5
2015-01-14
Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ...
Niko Matsakis
-28
/
+0
2015-01-11
rustc_trans: Fix type projection debuginfo
Erick Tryzelaar
-0
/
+28
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+24
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-1
/
+0
2015-01-06
More test fixes
Alex Crichton
-4
/
+4
2015-01-06
rollup merge of #20557: cactorium/prettyprinters
Alex Crichton
-0
/
+9
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-53
/
+53
2015-01-07
Tests
Nick Cameron
-1
/
+1
2015-01-06
test fallout from isize/usize
Corey Richardson
-53
/
+53
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+0
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+0
2015-01-05
fix debuginfo tests
Jorge Aparicio
-20
/
+18
2015-01-05
Fixed tests
Kelvin Ly
-1
/
+0
2015-01-05
Fixed tests
Kelvin Ly
-2
/
+2
2015-01-05
Added two tests for pretty printing optimized enums
Kelvin Ly
-0
/
+10
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-3
/
+3
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-6
/
+6
2015-01-02
Fix fallout in tests.
Niko Matsakis
-3
/
+3
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-6
/
+6
2015-01-01
debuginfo: Fix an ICE related to local variables in unreachable code.
Michael Woerister
-0
/
+86
2014-12-30
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...
Michael Woerister
-9
/
+132
2014-12-23
debuginfo: Add test case for destructured for-loop variable.
Michael Woerister
-0
/
+219
2014-12-23
debuginfo: Create debuginfo for for-loop variables again.
Michael Woerister
-1
/
+0
2014-12-22
Revert "debuginfo: Create debuginfo for for-loop variables again."
Alex Crichton
-0
/
+1
2014-12-22
Revert "debuginfo: Add test case for destructured for-loop variable."
Alex Crichton
-178
/
+0
2014-12-21
rollup merge of #20057: nick29581/array-syntax
Alex Crichton
-15
/
+15
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-15
/
+15
2014-12-19
debuginfo: Add test case for destructured for-loop variable.
Michael Woerister
-0
/
+178
2014-12-19
debuginfo: Create debuginfo for for-loop variables again.
Michael Woerister
-1
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-10
/
+10
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-6
/
+1
[prev]
[next]