]> git.lizzy.rs Git - rust.git/history - src/librustc
libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude.
[rust.git] / src / librustc /
2014-08-19 borsauto merge of #16590 : nham/rust/str_searcher_underflow...
2014-08-19 borsauto merge of #16588 : thestinger/rust/aslr, r=pcwalton
2014-08-19 borsauto merge of #16585 : steveklabnik/rust/random_remarks...
2014-08-19 borsauto merge of #16583 : steveklabnik/rust/gh16569, r...
2014-08-19 borsauto merge of #16582 : Gankro/rust/bitv, r=alexcrichton
2014-08-19 borsauto merge of #16364 : tbu-/rust/pr_checkeddiv0, r...
2014-08-19 borsauto merge of #16573 : ruud-v-a/rust/timespec-arithmeti...
2014-08-19 borsauto merge of #16345 : EduardoBautista/rust/fix-error...
2014-08-19 borsauto merge of #16580 : steveklabnik/rust/gh1498, r...
2014-08-18 borsauto merge of #16579 : steveklabnik/rust/gh9099, r...
2014-08-18 borsauto merge of #16578 : steveklabnik/rust/gh16239, r...
2014-08-18 Daniel Micaywork around MinGW linker bug for ASLR on Windows
2014-08-18 borsauto merge of #16575 : pcwalton/rust/import-foo-as...
2014-08-18 borsauto merge of #16576 : steveklabnik/rust/static_analysi...
2014-08-18 Patrick Waltonlibsyntax: Remove the `use foo = bar` syntax from the...
2014-08-18 borsauto merge of #16568 : jakub-/rust/needstest, r=pcwalton
2014-08-18 borsauto merge of #16556 : pczarn/rust/wbr, r=alexcrichton
2014-08-18 borsauto merge of #16450 : klutzy/rust/win-fixme-cleanup...
2014-08-18 borsauto merge of #16567 : jakub-/rust/issue-16149, r=pcwalton
2014-08-18 borsauto merge of #16566 : thestinger/rust/aslr, r=pcwalton
2014-08-18 borsauto merge of #16559 : Gankro/rust/bitv, r=pcwalton
2014-08-17 borsauto merge of #16565 : kaseyc/rust/documentation_fixes...
2014-08-17 Jakub WieczorekForbid extern statics from appearing in patterns
2014-08-17 Daniel Micaymark Windows binaries as compatible with ASLR
2014-08-17 borsauto merge of #16554 : jakub-/rust/struct-pat-fields...
2014-08-17 Kasey CarrothersChanged the sample command in the Rustdoc readme to...
2014-08-17 Jakub WieczorekFix type checking of struct fields in patterns of type...
2014-08-17 borsauto merge of #16558 : Gankro/rust/hashbig, r=pcwalton
2014-08-17 borsauto merge of #16550 : kaseyc/rust/fix_documentation_er...
2014-08-17 borsauto merge of #16547 : huonw/rust/new-kw, r=pcwalton
2014-08-17 borsauto merge of #16543 : huonw/rust/deprecated-btree...
2014-08-17 borsauto merge of #16537 : jakub-/rust/use-mod-manual,...
2014-08-17 borsauto merge of #16432 : pcwalton/rust/kindck-traits...
2014-08-17 Patrick Waltonlibrustc: Allow trait bounds on structures and enumerat...
2014-08-17 borsauto merge of #16535 : michaelsproul/rust/vim-traits...
2014-08-17 borsauto merge of #16498 : Kimundi/rust/inline-utf-encoding...
2014-08-17 borsauto merge of #16482 : pcwalton/rust/resolve-shadowing...
2014-08-17 Patrick Waltonlibrustc: Forbid external crates, imports, and/or items...
2014-08-16 borsauto merge of #16531 : alexcrichton/rust/snapshots...
2014-08-16 borsauto merge of #16505 : dotdash/rust/extern_realpath...
2014-08-16 borsauto merge of #16534 : thestinger/rust/dep, r=huonw
2014-08-16 borsauto merge of #16527 : kballard/rust/vim_fold, r=chris
2014-08-16 borsauto merge of #16525 : thestinger/rust/readonly, r...
2014-08-16 Daniel Micayenable DEP (NX bit) for 32-bit Windows executables
2014-08-16 borsauto merge of #16520 : dotdash/rust/fix_llvm_before_36...
2014-08-16 borsauto merge of #16475 : treeman/rust/complex-divide...
2014-08-16 borsauto merge of #16513 : sfackler/rust/io-util-cleanup...
2014-08-16 borsauto merge of #16519 : apoelstra/rust/patch-1, r=alexcr...
2014-08-15 borsauto merge of #16493 : kballard/rust/fix_drop_field_ord...
2014-08-15 Kevin BallardFix the order in which struct fields drop
2014-08-15 borsauto merge of #16517 : dotdash/rust/for_trunc, r=pcwalton
2014-08-15 Daniel Micaymark &T params without UnsafeCell<U> as readonly
2014-08-15 borsauto merge of #16511 : luqmana/rust/sbnt, r=pcwalton
2014-08-15 borsauto merge of #16497 : michaelwoerister/rust/no_debug_a...
2014-08-15 Michael Woeristerdebuginfo: Add a "no_debug" attribute that allows to...
2014-08-15 Björn SteinbrinkProperly canonicalize crate paths specified via --extern
2014-08-15 borsauto merge of #16500 : jackheizer/rust/export-name...
2014-08-15 Björn SteinbrinkGenerate slightly better unoptimized code for for-loops
2014-08-15 borsauto merge of #16494 : pnkfelix/rust/fsk-quotstx-follow...
2014-08-15 borsauto merge of #16424 : pcwalton/rust/where-clauses...
2014-08-15 Luqman Adenlibrustc: Fix trans for functional record update when...
2014-08-15 borsauto merge of #16486 : kballard/rust/vim_conceal, r...
2014-08-15 Luqman Adenlibrustc: Don't create scratch for the base expr in...
2014-08-15 borsauto merge of #16435 : vadimcn/rust/windows, r=pcwalton
2014-08-14 borsauto merge of #16474 : MatejLach/rust/cargorun_fix...
2014-08-14 Patrick Waltonlibrustc: Implement simple `where` clauses.
2014-08-14 borsauto merge of #16468 : pcwalton/rust/as-renaming-import...
2014-08-14 Jack HeizerAdd export_name to the attribute whitelist and a descri...
2014-08-14 borsauto merge of #16286 : pcwalton/rust/associated-items...
2014-08-14 Patrick Waltonlibrustc: Stop assuming that implementations and traits...
2014-08-14 borsauto merge of #16122 : pcwalton/rust/lifetimes-in-unbox...
2014-08-14 Patrick Waltonlibrustc: Tie up loose ends in unboxed closures.
2014-08-14 borsauto merge of #16484 : dotdash/rust/empty_struct_wrappe...
2014-08-14 borsauto merge of #16470 : liigo/rust/rename-private-cmp...
2014-08-14 borsauto merge of #16444 : steveklabnik/rust/fix_boxes_in_m...
2014-08-14 borsauto merge of #16440 : bheesham/rust/master, r=brson
2014-08-14 borsauto merge of #16428 : mdinger/rust/sort_attributes...
2014-08-14 borsauto merge of #16332 : brson/rust/slicestab, r=aturon
2014-08-14 borsauto merge of #15929 : pcwalton/rust/by-ref-closures...
2014-08-14 Patrick Waltonlibrustc: Parse, but do not fully turn on, the `ref...
2014-08-13 Brian Andersoncore: Change the argument order on splitn and rsplitn...
2014-08-13 Björn SteinbrinkFix handling of ignored arguments in FFI wrappers for...
2014-08-13 borsauto merge of #16438 : phi-gamma/rust/doc-fixes, r...
2014-08-13 Brian Andersonstd: Rename slice::Vector to Slice
2014-08-13 borsauto merge of #16381 : pnkfelix/rust/fsk-rust.md-fixes...
2014-08-13 borsauto merge of #16421 : ipetkov/rust/cmd-fd-fix-retry...
2014-08-13 borsauto merge of #16460 : pcwalton/rust/borrowck-closure...
2014-08-13 borsauto merge of #16458 : pcwalton/rust/borrowck-for-moves...
2014-08-13 borsauto merge of #16452 : epdtry/rust/unreachable-item...
2014-08-12 Stuart Pernsteinermore consistent handling of inner items
2014-08-12 Stuart PernsteinerRevert "avoid redundant translation of items during...
2014-08-12 Stuart PernsteinerRevert "don't translate items when monomorphizing forei...
2014-08-12 Patrick Waltonlibrustc: Use the correct categorized mutable type...
2014-08-12 borsauto merge of #16433 : aturon/rust/deprecated-in-crate...
2014-08-12 Patrick Waltonlibrustc: Record unique immutable borrows in the restri...
2014-08-12 Aaron TuronEnable deprecation lint on crate-local items
2014-08-12 borsauto merge of #16454 : pcwalton/rust/types-in-path...
2014-08-12 borsauto merge of #16081 : luqmana/rust/nr, r=pcwalton
2014-08-12 borsauto merge of #16434 : vadimcn/rust/many-crates-but...
2014-08-12 Vadim ChugunovReplace #[cfg(target_os = "win32")] with #[cfg(target_o...
next