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
2018-07-18
Remove workarounds for #24958
ljedrz
-3
/
+0
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-04-26
Mark SingleVariant as repr(u8) in c-style-enum
Anthony Ramine
-0
/
+1
2018-03-07
travis: Upgrade OSX builders
Alex Crichton
-0
/
+1
2018-01-06
Debuginfo Shadowed Variable test: fix check numbering
Sam
-9
/
+8
2018-01-05
Disable failing tests temporarily
Sam
-2
/
+25
2018-01-03
Restore working debuginfo tests by trimming comments from non-header directiv...
Sam
-0
/
+38
2017-12-21
fix debuginfo scoping of let-statements
Ariel Ben-Yehuda
-0
/
+32
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-1
/
+0
2017-10-06
Implement display_hint in gdb pretty printers
Tom Tromey
-0
/
+4
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+1
2017-06-09
Pretty-printers tests: gdbr -> gdb
gentoo90
-4
/
+4
2017-06-02
Add GDB pretty-printer for OsString
gentoo90
-2
/
+10
2017-06-01
Add test for 'invalid literal for int()' exception in gdb pretty-printers
gentoo90
-0
/
+5
2017-05-27
Stabilize unions with `Copy` fields and no destructor
Vadim Petrochenkov
-1
/
+0
2017-05-19
debuginfo: Generate unique DW_AT_names for compilation units to work around O...
Michael Woerister
-0
/
+67
2017-03-09
update gdbr tests
Tim Neumann
-17
/
+22
2017-03-03
work around LLVM PR#32123
Ariel Ben-Yehuda
-1
/
+2
2017-02-08
Exclude top-level macro expansions from source location override.
Vadim Chugunov
-0
/
+43
2017-02-04
ignore more gdb versions with buggy rust support
Tim Neumann
-10
/
+10
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-6
/
+6
2017-01-13
debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.
Michael Woerister
-0
/
+10
2017-01-03
Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn
bors
-0
/
+0
2017-01-02
Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoerister
bors
-0
/
+45
2017-01-01
Add pretty printing of unions in debuggers
Philip Craig
-3
/
+2
2016-12-26
travis: Update the OSX image we run tests in
Alex Crichton
-0
/
+1
2016-12-22
Fix debuginfo for unsized struct members
Philip Craig
-0
/
+45
2016-12-19
prefer hyphens in test files named after issue numbers
Zack M. Davis
-0
/
+0
2016-12-14
Fix computation of enum names based off the discrfield in the case of the nul...
Austin Hicks
-2
/
+2
2016-12-14
Modify debuginfo to deal with the difference between source and memory order
Austin Hicks
-17
/
+17
2016-11-30
debuginfo: Ignore macro-stepping test on aarch64
Michael Woerister
-0
/
+1
2016-11-11
Move all Linux/OSX CI infastructure to Travis
Alex Crichton
-5
/
+5
2016-11-05
Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup
Alex Crichton
-494
/
+983
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-10-31
adapt debuginfo tests for gdb with native rust support
Tim Neumann
-494
/
+983
2016-10-20
Fix line stepping in debugger.
Vadim Chugunov
-0
/
+91
2016-09-09
Add s390x support
Ulrich Weigand
-0
/
+5
2016-09-03
Fix type encoding/decoding for unions
Vadim Petrochenkov
-3
/
+3
2016-09-03
Fix rebase, fix some tests
Vadim Petrochenkov
-8
/
+9
2016-09-03
Generate debuginfo for unions
Vadim Petrochenkov
-0
/
+49
2016-08-25
Fix debug line info for macro expansions.
Vadim Chugunov
-1
/
+124
2016-08-14
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
Eduard Burtescu
-2
/
+2
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-2
/
+2
2016-07-25
Remove no_stack_check tests (#34915)
abhi
-369
/
+0
2016-07-17
test: disable more stdcall tests for ARM arches. temp workaround for #24958
Ximin Luo
-0
/
+2
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-2
/
+0
2016-07-04
Auto merge of #34639 - dzamlo:master, r=michaelwoerister
bors
-0
/
+77
2016-07-04
Use lazy iterator in vec/slice gdb pretty printers
Loïc Damien
-0
/
+77
2016-07-04
Added a pretty printer for &mut slices
Nikhil Shagrithaya
-0
/
+7
2016-06-13
Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc
bors
-3
/
+5
[next]