summary refs log tree commit diff
path: root/src/libstd/rt/backtrace.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-8/+57
2014-06-13Rolling up PRs in the queueAlex Crichton-4/+4
2014-06-13Cosmetic fixes & commentsValerii Hiora-3/+8
2014-06-12Basic iOS supportValerii Hiora-8/+52
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+3
2014-06-06std: Extract librustrt out of libstdAlex Crichton-2/+101
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+5
2014-04-27Fix repeated module documentationAlexandre Gagnon-0/+2
2014-04-22Fixed Win64 buildVadim Chugunov-0/+83
2014-04-18std: Fix demangling with middle special charsAlex Crichton-3/+13
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-3/+19
2014-03-13std: Demangle more escapes in backtracesAlex Crichton-7/+54
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+714