]> git.lizzy.rs Git - rust.git/history - src/librustc
librustc: Don't try to perform the magical
[rust.git] / src / librustc /
2014-06-19 Luqman Adenlibrustc: Use expr_ty_adjusted in trans_overloaded_call.
2014-06-19 Brendan ZabarauskasMerge the Bitwise and ByteOrder traits into the Int...
2014-06-18 borsauto merge of #15006 : alexcrichton/rust/fix-nightly...
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-18 borsauto merge of #14879 : Ryman/rust/resolve_super_hint_cu...
2014-06-18 borsauto merge of #14873 : pnkfelix/rust/fsk-dataflow-revis...
2014-06-18 Felix S. Klock IIfix typo in borrowck doc.
2014-06-18 Felix S. Klock IIEnsure dataflow of a proc never looks at blocks from...
2014-06-18 Felix S. Klock IImiddle::cfg code cleanup.
2014-06-18 Felix S. Klock IIRevise dataflow to do a cfg-driven walk.
2014-06-18 Felix S. Klock IINodeIndex should derive `Show`.
2014-06-18 Felix S. Klock IIBug fixes for flowgraph construction.
2014-06-18 borsauto merge of #14984 : thestinger/rust/libc, r=alexcrichton
2014-06-18 borsauto merge of #14990 : tomjakubowski/rust/emacs-fix...
2014-06-18 borsauto merge of #15000 : alexcrichton/rust/fix-rustdoc...
2014-06-18 borsauto merge of #14994 : nick29581/rust/comments, r=bstrie
2014-06-18 borsauto merge of #14992 : nathantypanski/rust/collect...
2014-06-18 Brian AndersonMark all crates except std as experimental
2014-06-18 Luqman Adenlibrustc: Don't overwrite vtables when coercing to...
2014-06-18 Nick CameronWrap debuginfo.rs at 80 columns.
2014-06-18 borsauto merge of #14880 : SimonSapin/rust/byte-literals...
2014-06-18 Kevin Butlerrustc: reduce redundant resolve errors.
2014-06-18 borsauto merge of #14869 : nick29581/rust/tstore, r=nmatsakis
2014-06-17 borsauto merge of #14956 : nathantypanski/rust/master,...
2014-06-17 Nick CameronRemove TraitStore from ty_trait
2014-06-17 Simon SapinAdd a b"xx" byte string literal of type &'static [u8].
2014-06-17 Simon SapinAdd a b'x' byte literal of type u8.
2014-06-17 Kevin Butlerrustc: Add self/super hint for extern crate resolve...
2014-06-17 borsauto merge of #14977 : pcwalton/rust/address-insignific...
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 Patrick Waltonlibrustc: Make addresses of immutable statics insignifi...
2014-06-17 Luqman Adenlibrustc: Check regions for overloaded calls.
2014-06-17 borsauto merge of #14957 : alexcrichton/rust/rustdoc-fixups...
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14945 : alexcrichton/rust/issue-14940...
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
2014-06-17 borsauto merge of #14955 : alexcrichton/rust/rollup, r...
2014-06-17 Alex CrichtonTest fixes from rollup
2014-06-17 Brian AndersonUpdate repo location
2014-06-17 Alex Crichtonrustc: Don't mark type parameters as exported
2014-06-17 Michael Woeristerdebuginfo: Correctly handle indirectly recursive types.
2014-06-17 John SchmidtChange prints: @T -> Gc<T> , ~T -> Box<T>
2014-06-17 Kevin Butlerrustc: Improve span for error about using a method...
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 Cameron ZwarichRename check_for_assignment_to_restricted_or_frozen_loc...
2014-06-16 Cameron ZwarichSwitch to each_in_scope_loan_affecting_path
2014-06-16 Cameron ZwarichAlways check assigned loan paths to the top of the...
2014-06-16 Cameron ZwarichRemove an unused return value
2014-06-16 Cameron ZwarichCall mark_variable_as_used_mut even after assignment...
2014-06-16 Cameron ZwarichAdd a new each_in_scope_loan_affecting_path helper...
2014-06-16 Cameron ZwarichRemove Restriction
2014-06-16 Cameron ZwarichRemove RestrictionSet
2014-06-16 Cameron ZwarichRemove an unused bkcerr_code constructor parameter
2014-06-16 Cameron ZwarichRemove the last actual usage of RestrictionSet
2014-06-16 Cameron ZwarichMake a new compatible_borrow_kinds helper function
2014-06-16 Cameron ZwarichRemove an unused closure parameter
2014-06-16 Cameron ZwarichRemove a pointless check for intersection with RESTR_MUTATE
2014-06-16 Cameron ZwarichRemove comments that no longer apply after the removal...
2014-06-16 borsauto merge of #14877 : Seldaek/rust/commdocs, r=alexcri...
2014-06-16 borsauto merge of #14882 : pcwalton/rust/drop-underscore...
2014-06-16 borsauto merge of #14932 : Sawyer47/rust/json-smallfix...
2014-06-16 borsauto merge of #14906 : P1start/rust/rustdoc-lifetimes...
2014-06-16 borsauto merge of #14900 : alexcrichton/rust/snapshots...
2014-06-16 borsauto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
2014-06-16 Alex CrichtonRegister new snapshots
2014-06-14 Jakub WieczorekFix an ICE on a cast from an inferred nil to uint
2014-06-14 borsauto merge of #14835 : alexcrichton/rust/no-more-at...
2014-06-14 Alex Crichtonrustc: Obsolete the `@` syntax entirely
2014-06-14 Alex CrichtonRegister new snapshots
2014-06-14 borsauto merge of #14884 : huonw/rust/getoptsfail, r=alexcr...
2014-06-14 borsauto merge of #14874 : pcwalton/rust/enum-to-float...
2014-06-14 borsauto merge of #14739 : zwarich/rust/mut-unique-path...
2014-06-14 borsauto merge of #14878 : vtsatskin/rust/rustdoc-sidebar...
2014-06-14 Cameron ZwarichReorganize code in check_loans
2014-06-14 Cameron ZwarichEnforce stronger guarantees for mutable borrows
2014-06-14 Cameron ZwarichFix all violations of stronger guarantees for mutable...
2014-06-14 Cameron ZwarichRename analyze_move_out_from to analyze_restrictions_on_use
2014-06-14 Cameron ZwarichMake analyze_move_out_from take a BorrowKind
2014-06-14 Cameron ZwarichMake analyze_move_out_from more field-sensitive
2014-06-14 Cameron ZwarichMake check_for_move_of_borrowed_path take an &LoanPath...
2014-06-14 Cameron ZwarichMake analyze_move_out_from use a loop rather than recursion
2014-06-14 borsauto merge of #14866 : bjz/rust/bitwise, r=alexcrichton
2014-06-14 Huon Wilsongetopts: format failure messages with `Show`.
2014-06-14 Patrick Waltonlibrustc: Remove useless code to handle `let _ = ...`
2014-06-13 borsauto merge of #14750 : bachm/rust/master, r=alexcrichton
2014-06-13 borsauto merge of #14867 : alexcrichton/rust/rollup, r...
2014-06-13 Patrick Waltonlibrustc: Forbid `transmute` from being called on types...
2014-06-13 Luqman Adenlibrustc: Take in account mutability when casting array...
2014-06-13 Alex Crichtonrustc: [T, ..N] and [T, ..N+1] are not the same
2014-06-13 Jakub WieczorekFix the unused struct field lint for struct variants
2014-06-13 Patrick Waltonlibsyntax: Allow `+` to separate trait bounds from...
2014-06-13 Patrick Waltonlibrustc: Fix the issue with labels shadowing variable...
2014-06-13 borsauto merge of #14604 : nikomatsakis/rust/issue-5527...
2014-06-13 Patrick Waltonlibrustc: Forbid enum-to-float casts.
2014-06-13 Niko MatsakisIntroduce VecPerParamSpace and use it to represent...
2014-06-13 borsauto merge of #14831 : alexcrichton/rust/format-intl...
2014-06-13 borsauto merge of #13222 : nick29581/rust/dxr4, r=brson
2014-06-13 Nick CameronDump results of analysis phase as CSV
2014-06-13 Valerii HioraThere should be no metadata to read on iOS
next