| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -4/+4 | |
| (And fix some tests.) | ||||
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -1/+1 | |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 | |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -1/+1 | |
| Move them all behind a new -C switch. This migrates some -Z flags and some top-level flags behind this -C codegen option. The -C flag takes values of the form "-C name=value" where the "=value" is optional for some flags. Flags affected: * --llvm-args => -C llvm-args * --passes => -C passes * --ar => -C ar * --linker => -C linker * --link-args => -C link-args * --target-cpu => -C target-cpu * --target-feature => -C target-fature * --android-cross-path => -C android-cross-path * --save-temps => -C save-temps * --no-rpath => -C no-rpath * -Z no-prepopulate => -C no-prepopulate-passes * -Z no-vectorize-loops => -C no-vectorize-loops * -Z no-vectorize-slp => -C no-vectorize-slp * -Z soft-float => -C soft-float * -Z gen-crate-map => -C gen-crate-map * -Z prefer-dynamic => -C prefer-dynamic * -Z no-integrated-as => -C no-integrated-as As a bonus, this also promotes the -Z extra-debug-info flag to a first class -g or --debuginfo flag. * -Z debug-info => removed * -Z extra-debug-info => -g or --debuginfo Closes #9770 Closes #12000 | ||||
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -4/+4 | |
| Unique pointers and vectors currently contain a reference counting header when containing a managed pointer. This `{ ref_count, type_desc, prev, next }` header is not necessary and not a sensible foundation for tracing. It adds needless complexity to library code and is responsible for breakage in places where the branch has been left out. The `borrow_offset` field can now be removed from `TyDesc` along with the associated handling in the compiler. Closes #9510 Closes #11533 | ||||
| 2013-12-13 | Ignore failing Android debug-info tests. #10381 | Brian Anderson | -0/+2 | |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 | |
| 2013-09-10 | debuginfo: Support for namespaces (functions only) | Michael Woerister | -1/+1 | |
| 2013-08-26 | Un-disabled debug info tests on Windows. | Vadim Chugunov | -2/+0 | |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+3 | |
| 2013-07-19 | debuginfo: Adapted DI generation to new memory layout of unique vecs. | Michael Woerister | -0/+37 | |
