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
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
2014-12-09
rollup merge of #19581: luqmana/duc
Alex Crichton
-6
/
+43
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+27
2014-12-05
librustc: Fix debuginfo for captured variables in non-FnOnce unboxed closures.
Luqman Aden
-6
/
+43
2014-12-02
gdb: Fix pretty printer for nullable-opt enums with fat pointers.
Luqman Aden
-2
/
+10
2014-12-02
lldb: Fix pretty printer for nullable-opt enums with fat pointers.
Luqman Aden
-0
/
+9
2014-12-01
debuginfo: Fix multi-byte character related bug in cleanup scope handling.
Michael Woerister
-0
/
+28
2014-11-27
debuginfo: Make variables captured in unboxed closures available in debuginfo.
Michael Woerister
-1
/
+18
2014-11-20
removed struct_variant feature from tests
Simon Wollwage
-18
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-21
/
+54
2014-10-31
debuginfo: Enable some GDB tests on Windows.
Michael Woerister
-9
/
+0
2014-10-31
debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
Michael Woerister
-447
/
+57
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-50
/
+50
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-50
/
+50
2014-10-22
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai...
Michael Woerister
-16
/
+100
2014-10-11
Remove `virtual` struct tests
Jakub Wieczorek
-12
/
+1
2014-10-09
Rename the no_split_stack attribute to no_stack_check
Keegan McAllister
-12
/
+12
2014-10-08
debuginfo: Don't mark struct fields as artificial.
Michael Woerister
-31
/
+35
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Test fixes from the rollup
Alex Crichton
-53
/
+53
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-578
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-1
/
+0
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-578
/
+2
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-09-30
Ignore yet another windows debuginfo test
Brian Anderson
-2
/
+3
2014-09-25
debuginfo: Make sure that all calls to drop glue are associated with debug lo...
Michael Woerister
-2
/
+2
2014-09-21
Move -Z lto to -C lto.
Colin Davidson
-1
/
+1
2014-09-18
Ignore two gdb tests on windows that are failing on the bots
Brian Anderson
-0
/
+2
2014-09-17
test: Un-ignore some GDB pretty printing tests
Alex Crichton
-2
/
+0
2014-09-16
Fallout from renaming
Aaron Turon
-3
/
+3
2014-09-02
test: Ignore failing gdb pretty tests
Alex Crichton
-0
/
+2
2014-08-27
debuginfo: Emit different autotest debugger scripts depending on GDB version.
Michael Woerister
-1
/
+81
2014-08-27
debuginfo: Add GDB pretty printers for structs and enums.
Michael Woerister
-0
/
+167
2014-08-20
librustc: handle repr on structs, require it for ffi, unify with packed
Corey Richardson
-9
/
+9
2014-08-15
debuginfo: Add a "no_debug" attribute that allows to exclude functions from d...
Michael Woerister
-0
/
+45
2014-08-12
Replace "ignore-win32" in tests with "ignore-windows"
Vadim Chugunov
-9
/
+9
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-12
/
+1
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-0
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-33
/
+33
2014-07-16
librustc: Allow the new UFCS explicit self in trait definitions, and
Patrick Walton
-9
/
+9
2014-07-16
debuginfo: Add LLDB autotests to debuginfo test suite.
Michael Woerister
-261
/
+3316
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
[prev]
[next]