]> git.lizzy.rs Git - rust.git/history - src
Fix lifetime error to print `'a` instead of `&'a`
[rust.git] / src /
2014-05-23 P1startFix lifetime error to print `'a` instead of `&'a`
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-18 borsauto merge of #14263 : cmr/rust/termex, r=kballard
2014-05-18 borsauto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732...
2014-05-18 Felix S. Klock IIRefactoring: Introduce distinct host and target rpath...
2014-05-18 Felix S. Klock IIOutput debug info on how `#[phase] extern crate foo...
2014-05-18 Felix S. Klock IIInclude file paths when dumping the list of resolved...
2014-05-18 Felix S. Klock IIFixing rustdoc stage1.
2014-05-18 borsauto merge of #14275 : kballard/rust/bytes-return-stati...
2014-05-18 Kevin BallardMake bytes!() return 'static
2014-05-18 borsauto merge of #14274 : youknowone/rust/advice-tilt...
2014-05-18 borsauto merge of #14258 : alexcrichton/rust/dox-format...
2014-05-18 borsauto merge of #14121 : luqmana/rust/option-ffi, r=alexc...
2014-05-18 Luqman AdenUpdate debuginfo tests.
2014-05-18 borsauto merge of #14249 : alexcrichton/rust/issue-14246...
2014-05-18 Jeong YunWonAdvice to use Box<T> not ~T
2014-05-18 Alex Crichtoncore: Document FormatWriter and allow `write!`
2014-05-18 Alex Crichtoncore: Clarify the documentation on core's prelude
2014-05-18 borsauto merge of #14230 : alexcrichton/rust/liballoc,...
2014-05-18 Alex CrichtonRegister new snapshots
2014-05-18 Alex Crichtonstd: Refactor liballoc out of lib{std,sync}
2014-05-18 Michael Dagitsesadding move_iter() function to collections::treemap...
2014-05-18 Corey Richardsonterm: update example to be right (thanks @SiegeLord)
2014-05-17 borsauto merge of #14253 : alexcrichton/rust/issue-14221...
2014-05-17 borsauto merge of #14247 : Ryman/rust/minor_ptr_nit, r...
2014-05-17 borsauto merge of #14239 : alexcrichton/rust/issue-14225...
2014-05-17 borsauto merge of #14224 : michaelwoerister/rust/simd-updat...
2014-05-17 borsauto merge of #14236 : alexcrichton/rust/issue-14082...
2014-05-17 borsauto merge of #14257 : alexcrichton/rust/fix-snap,...
2014-05-17 Alex Crichtonterm: Don't run the code example, just compile it
2014-05-16 borsauto merge of #14216 : kballard/rust/macos_precise_time...
2014-05-16 Alex Crichtonrustc: Stop leaking enum variants into children
2014-05-16 borsauto merge of #14135 : gereeter/rust/two-way-search...
2014-05-16 Luqman Adenlibrustc: Separate NullablePointer into RawNullablePoin...
2014-05-16 Luqman AdenMake some NullablePointer enums FFI-compatible with...
2014-05-16 Kevin BallardOptimize and fix time::precise_time_ns() on macos
2014-05-16 borsauto merge of #14233 : pcwalton/rust/detildestr-morelib...
2014-05-16 borsauto merge of #13401 : cmr/rust/docs, r=brson
2014-05-16 Patrick Waltondoc: Remove all uses of `~str` from the documentation.
2014-05-16 Patrick Waltonlibgetopts: Remove all uses of `~str` from `libgetopts`
2014-05-16 Patrick Waltonlibserialize: Remove all uses of `~str` from `libserial...
2014-05-16 Patrick Waltonlibfmt_macros: Remove all uses of `~str` from `libfmt_m...
2014-05-16 Patrick Waltonlibrustuv: Remove all uses of `~str` from `librustuv`
2014-05-16 Patrick Waltoncompiletest: Remove all uses of `~str` from `compiletest`
2014-05-16 Corey RichardsonSome fixes
2014-05-16 Corey RichardsonFix example
2014-05-16 Corey RichardsonFlush before applying console attributes
2014-05-16 Corey RichardsonAdd a bang
2014-05-16 Corey RichardsonUpdate for Box
2014-05-16 Corey RichardsonUpdate for master
2014-05-16 Corey RichardsonAdd WinConsole docs
2014-05-16 Corey Richardsontest: update for term fallout
2014-05-16 Corey Richardsonworkcache: add crate doc block
2014-05-16 Corey Richardsontime: crate description
2014-05-16 Corey Richardsonsyntax: update for libterm fallout
2014-05-16 Corey Richardsonterm: add docs and windows support
2014-05-16 Corey Richardsonnum: expand crate documentation + add example
2014-05-16 Corey Richardsonarena: add docs for Arena
2014-05-16 Corey Richardsonflate: add documentation
2014-05-16 Alex Crichtonrustc: Stop calling error! in resolve
2014-05-16 Kevin Butlerguide-pointers: minor nits
2014-05-16 borsauto merge of #14237 : alexcrichton/rust/issue-14144...
2014-05-16 borsauto merge of #14235 : Ryman/rust/simplify_arcs_doc...
2014-05-16 borsauto merge of #14115 : alexcrichton/rust/core-fmt,...
2014-05-16 Alex Crichtoncore: Update all tests for fmt movement
2014-05-16 Alex Crichtonstd: Fix float tests
2014-05-16 Alex Crichtonstd: Delegate some integer formatting to core::fmt
2014-05-16 Alex Crichtoncore: Implement f32/f64 formatting
2014-05-16 Alex CrichtonUpdates with core::fmt changes
2014-05-16 Alex Crichtonstd: Rewrite the `write!` and `writeln!` macros
2014-05-16 Alex Crichtonsyntax: Add a macro, format_args_method!()
2014-05-16 Alex Crichtonstd: Add an adaptor for Writer => FormatWriter
2014-05-16 Alex Crichtoncore: Derive Show impls wherever possible
2014-05-16 Alex Crichtoncore: Implement and export the try! macro
2014-05-16 Alex Crichtoncore: Allow formatted failure and assert in core
2014-05-16 Alex Crichtoncore: Implement unwrap()/unwrap_err() on Result
2014-05-16 Alex Crichtoncore: Inherit the std::fmt module
2014-05-16 Alex Crichtoncore: Move intrinsic float functionality from std
2014-05-16 Alex Crichtontest: Move syntax extension tests to cfail-full
2014-05-16 borsauto merge of #14213 : kballard/rust/str_from_utf8_resu...
2014-05-16 Kevin Butlerguide-tasks: Simplify Arc usage to match Arc docs.
2014-05-16 borsauto merge of #14196 : chris-morgan/rust/hashmap-mangle...
2014-05-16 Chris MorganWork around parse error caused by #14240.
2014-05-15 borsauto merge of #14234 : alexcrichton/rust/rollup, r...
2014-05-15 Alex Crichtonrustc: Fix shadowing private import with reexport
2014-05-15 Alex CrichtonTest fixes from rollup
2014-05-15 Keegan McAllisterImplement cell::clone_ref
2014-05-15 Brian Andersoncore: Remove the unit module
2014-05-15 Brian Andersonstd: Delete unused file
2014-05-15 Brian Andersonstd: Remove run_in_bare_thread
2014-05-15 Felix S. Klock IIUnit tests for flowgraph pretty printing.
2014-05-15 Felix S. Klock IIGraphviz based flow graph pretty-printing.
2014-05-15 Felix S. Klock IIBugfixes for rustc::middle::cfg::construct.
2014-05-15 Felix S. Klock IIrustc::middle::graph API revisions.
2014-05-15 Felix S. Klock IIAdd `IntoMaybeOwned` impl for `StrBuf` to ease conversi...
2014-05-15 Felix S. Klock IIAdd `EntryPat` and `NodePat` variants to ast_map.
2014-05-15 Kevin Butlershootout-mandelbrot: Precalc initial values & use SIMD...
2014-05-15 Kevin Butlershootout-mandlebrot: calculate two bits of the result...
2014-05-15 Alex CrichtonAdd a crate for missing stubs from libcore
2014-05-15 Daniel Micayuse sched_yield on linux and freebsd
next